home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / debug / mpatrol.readme < prev   
Encoding:
Text File  |  2000-07-01  |  3.7 KB  |  72 lines

  1. Short:    Memory allocation debug library. V1.2.0.
  2. Author:   graeme@epc.co.uk (Graeme Roy)
  3. Uploader: graeme@epc.co.uk (Graeme Roy)
  4. Type:     dev/debug
  5.  
  6. The mpatrol library is yet another link library that attempts to diagnose
  7. run-time errors that are caused by the wrong use of dynamically allocated
  8. memory.  If you don't know what the malloc() function or operator new[] do
  9. then this library is probably not for you.  You have to have a certain
  10. amount of programming expertise and a knowledge of how to run a command
  11. line compiler and linker before you should attempt to use this.
  12.  
  13. Along with providing a comprehensive and configurable log of all dynamic
  14. memory operations that occurred during the lifetime of a program, the
  15. mpatrol library performs extensive checking to detect any misuse of
  16. dynamically allocated memory.  All of this functionality can be integrated
  17. into existing code through the inclusion of a single header file at
  18. compile-time.  On UNIX and Windows platforms (and AmigaOS when using gcc)
  19. this may not even be necessary as the mpatrol library can be linked with
  20. existing object files at link-time or, on some platforms, even dynamically
  21. linked with existing programs at run-time.
  22.  
  23. All logging and tracing output from the mpatrol library is sent to a
  24. separate log file in order to keep its diagnostics separate from any that
  25. the program being tested might generate.  A wide variety of library settings
  26. can also be changed at run-time via an environment variable, thus removing
  27. the need to recompile or relink in order to change the library's behaviour.
  28.  
  29.  
  30. ============================= Archive contents =============================
  31.  
  32. Original  Packed Ratio    Date     Time    Name
  33. -------- ------- ----- --------- --------  -------------
  34.    15908    9808 38.3% 16-May-00 23:13:32 +mleak
  35.    19044   10730 43.6% 16-May-00 23:13:30 +mpatrol
  36.    25188   15041 40.2% 16-May-00 23:13:32 +mprof
  37.    41856   11255 73.1% 16-May-00 23:13:30 +ChangeLog
  38.    17983    7006 61.0% 16-May-00 23:13:30 +COPYING
  39.    25266    9294 63.2% 16-May-00 23:13:30 +COPYING.LIB
  40.    21822   10466 52.0% 16-May-00 23:13:36 +mpatrol.eps
  41.     2977    2977  0.0% 16-May-00 23:13:36 +mpatrol.jpg
  42.    18311   18297  0.0% 16-May-00 23:13:36 +mpatrol.pdf
  43.      437     106 75.7% 16-May-00 23:13:36 +mpatrol.txt
  44.   547640  149007 72.7% 16-May-00 23:13:34 +mpatrol.dvi
  45.   368908  100221 72.8% 16-May-00 23:13:32 +mpatrol.html
  46.   618270  419224 32.1% 16-May-00 23:13:36 +mpatrol.pdf
  47.  1223576  528096 56.8% 16-May-00 23:13:34 +mpatrol.ps
  48.   342654   94938 72.2% 16-May-00 23:13:32 +mpatrol.txt
  49.     4953    1493 69.8% 16-May-00 23:13:32 +README
  50.    17032    6116 64.0% 16-May-00 23:13:36 +refcard.dvi
  51.    76429   60130 21.3% 16-May-00 23:13:36 +refcard.pdf
  52.   414999  227473 45.1% 16-May-00 23:13:36 +refcard.ps
  53.     1090     641 41.1% 16-May-00 23:13:36 +.gdbinit
  54.    21158    7786 63.2% 16-May-00 23:13:30 +FAQ
  55.   367926   98854 73.1% 16-May-00 23:13:38 +mpatrol.guide
  56.    15899    3799 76.1% 16-May-00 23:13:38 +mpatrol.h
  57.   341602   97525 71.4% 16-May-00 23:13:38 +mpatrol.info
  58.    81106   32721 59.6% 16-May-00 23:13:38 +libmpatrol.a
  59.    61996   27907 54.9% 16-May-00 23:13:38 +mpatrol.lib
  60.     3376    1474 56.3% 16-May-00 23:13:38 +mleak.1
  61.    11686    3398 70.9% 16-May-00 23:13:38 +mpatrol.1
  62.     5489    2167 60.5% 16-May-00 23:13:38 +mprof.1
  63.    65160   14850 77.2% 16-May-00 23:13:38 +mpatrol.3
  64.     3537    1447 59.0% 16-May-00 23:13:38 +mleak.1
  65.     9034    2926 67.6% 16-May-00 23:13:38 +mpatrol.1
  66.     5279    2034 61.4% 16-May-00 23:13:38 +mprof.1
  67.    47393   11530 75.6% 16-May-00 23:13:38 +mpatrol.3
  68.     9455    3546 62.4% 16-May-00 23:13:30 +NEWS
  69.     3595    1691 52.9% 16-May-00 23:13:30 +README
  70. -------- ------- ----- --------- --------
  71.  4858034 1995974 58.9% 17-May-100 10:19:44   36 files
  72.